C1.Web.Mvc Namespace / InputTime<T> Class / InputTime<T> Constructor
The html helper
The selector

In This Topic
InputTime<T> Constructor
In This Topic
Creates one InputTime<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper, _
   Optional ByVal selector As String _
)
 

Parameters

helper
The html helper
selector
The selector
See Also